git-iconv-Do-not-use-mmap-in-iconv-the-program-bug-17703
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Wed, 22 Jan 2025 22:57:51 +0000 (23:57 +0100)
committerAurelien Jarno <aurel32@debian.org>
Wed, 22 Jan 2025 22:57:51 +0000 (23:57 +0100)
commitdfd4f26c6f00b4cb8323c0e64519842c31e6f862
tree18fa766f0e19b043602db85524580d2f45d6f179
parent28e83a11eaf9e3825b1f6404b4825cf6f0e301ac
git-iconv-Do-not-use-mmap-in-iconv-the-program-bug-17703

commit 49449cbb3580bbdfb2e17fb5140db54496928219
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Sep 20 13:10:54 2024 +0200

    iconv: Do not use mmap in iconv (the program) (bug 17703)

    On current systems, very large files are needed before
    mmap becomes beneficial.  Simplify the implementation.

    This exposed that inptr was not initialized correctly in
    process_fd.  Handling multiple input files resulted in
    EFAULT in read because a null pointer was passed.  This
    could be observed previously if an input file was not
    mappable and was reported as bug 17703.

Reviewed-by: DJ Delorie <dj@redhat.com>
Gbp-Pq: Topic any
Gbp-Pq: Name git-iconv-Do-not-use-mmap-in-iconv-the-program-bug-17703.patch
iconv/iconv_prog.c